home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
game
/
role
/
angband.lha
/
angband
/
src
/
undef.c
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-08
|
233b
|
21 lines
/* undef.c: undefined routines */
#include "constant.h"
#include "config.h"
#include "types.h"
#include <strings.h>
#include <sys/file.h>
extern short log_index;
void init_files()
{
}
_new_log()
{
log_index = 0;
return 1;
}